Skip to content

virtual public Result::originalRankingAsString

Read it at the source

Description

php
virtual public string Result->originalRankingAsString

Get immutable result as a string Unlike other methods to recover the result. This is frozen as soon as the original creation of the Result object is created. Candidate objects are therefore protected from any change of candidateName, since the candidate objects are converted into a string when the results are promulgated. This control method can therefore be useful if you undertake suspicious operations on candidate objects after the results have been promulgated.

Released under the MIT License.